home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Morpha / 3DO.DXR / 00025_y rotate.ls < prev    next >
Encoding:
Text File  |  1998-07-31  |  257 b   |  16 lines

  1. property mys
  2. global grouper
  3.  
  4. on beginSprite me
  5.   set mys to the spriteNum of me
  6. end
  7.  
  8. on mouseWithin me
  9.   set this to (the top of sprite mys - the mouseV + 32) * 0.01
  10.   sendAllSprites(#yfix, this)
  11. end
  12.  
  13. on mouseEnter me
  14.   put "y rotate" into field "info"
  15. end
  16.